Welcome![Sign In][Sign Up]
Location:
Search - tab vc

Search list

[Windows DevelopMiTabCBuild

Description: 这是一个vc开的mif/tab之间的转换的一个软件工具
Platform: | Size: 1673211 | Author: yhyzhb | Hits:

[Button controlPWcDemo

Description: vc tab control, you can use it
Platform: | Size: 268236 | Author: lj | Hits:

[Other resourceMFC_Tab_Control

Description: 本文详细介绍了VC++中会经常使用到的TAB control的用法,由浅入深,熟练读本文后对TAB Control一定会很熟悉。
Platform: | Size: 26997 | Author: 王东旭 | Hits:

[OtherWndTabs320-vc6_multiTabs

Description: 给VC增加多标签功能,每个打开的文件显示为一个标签,可以快速切换文件.安装后解压语言文件到安装目录,可以实现多语言切换. === === \"Window Tabs\" (WndTabs) is an add-in for Microsoft Visual C++ v6 family of products (VC5, VC6, eVC3, eVC4 and Visual Fortran). It adds a docking bar of tabs reflecting all of the opened windows in the workspace. You can switch between the windows by simply clicking on the tab. The tabs have extensive right-click context menus full of useful functions.
Platform: | Size: 1426789 | Author: leee101 | Hits:

[Other resourceGdipluspicture

Description: 1. 新建一个空的Win32项目(假设新建项目名称为ForthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:ForthProj.sln是解决方案管理文件,ForthProj是项目管理文件,ForthProj.ncb是项目数据库文件,ForthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects ForthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : ForthProj.sln is document management solutions, ForthProj project management, project ForthProj.ncb database files, users ForthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code 4. compile and enforcement procedures
Platform: | Size: 120628 | Author: 朱磊 | Hits:

[Menu controlMenuA

Description: 1. 新建一个空的Win32项目(假设新建项目名称为SixthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:SixthProj.sln是解决方案管理文件,SixthProj是项目管理文件,SixthProj.ncb是项目数据库文件,SixthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码  通过设置WNDCLASS变量的lpszMenuName属性实现自动创建菜单操作  响应WM_COMMAND消息时处理各种菜单消息 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects SixthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : SixthProj.sln is document management solutions, SixthProj project management, project SixthProj.ncb database files, users SixthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code # 61557 Programming by setting the variable attributes lpszMenuName automatically create menu # 61557 response WM_COMMAND handle various news sources menu 4. compil
Platform: | Size: 17508 | Author: 朱磊 | Hits:

[OS programmask

Description: 大家有时玩游戏时,一不小心按到win键,游戏就会跳出,很不方便.我用vc编了一个小软件,基于低级键盘钩子的原理,这个软件可以屏蔽win键,F1,ALT+F4,ALT+TAB等键以致整个键盘.-sometimes you play games, to win by careless Bond, will jump out of the game, and it is very convenient. I used vc a small part of the software, based on the low-level keyboard hook principle, the software can disable win keys, F1 and ALT F4 and ALT TAB as a result, the entire keyboard keys.
Platform: | Size: 80896 | Author: 李刚 | Hits:

[Process-Thread进程创建

Description: 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents
Platform: | Size: 29696 | Author: 黄小文 | Hits:

[PropertySheetCXTabControl_demo

Description:
Platform: | Size: 53248 | Author: huuu | Hits:

[Button controlProperty5

Description:
Platform: | Size: 14336 | Author: ldh | Hits:

[ToolBarTabBar

Description: 自己写的重载ccontrolbar类,用vc6.0写的-himself wrote the heavy ccontrolbar category, with the write vc6.0
Platform: | Size: 30720 | Author: 牛黄丸 | Hits:

[PropertySheetMultiRowTab_demo

Description: VC++ 编写的可以支持属性页的tab标题分成多行。-VC prepared to support attribute-page tab heading into multiple lines.
Platform: | Size: 23552 | Author: kcy | Hits:

[Dialog_Windowvc_pro

Description: 说明了CTabCtrl控件的用法,本人正在做一个项目,用到了该控件,和数据库MSDE,和串口通讯,由于公司规定所以不能完全上载工程,只是把前期做的工程和大家分享。-note CTabCtrl control of the use, I was doing a project, used in the control, and MSDE databases, and serial communications, the company provides as it is not fully available, just do the preliminary engineering and shared.
Platform: | Size: 1960960 | Author: sumi | Hits:

[Dialog_Windowctabctrl

Description: 一个被人忽略的控件CTabControl,实现页面切换,非常实用.-err
Platform: | Size: 1976320 | Author: zhangping | Hits:

[Dialog_WindowTabDemo

Description: VC的使用的研究的例子,实现了TAB很好的初学者例子-Research on the use of VC examples realize the TAB good example for beginners
Platform: | Size: 2961408 | Author: | Hits:

[VC/MFCXP_Style_tabctrl

Description: XP风格的CTabCtrl,可自由设置标签位置,图标等-XP-style CTabCtrl, be free to set the tag location, icon, etc.
Platform: | Size: 22528 | Author: M8086 | Hits:

[Button controlDockTabFrame

Description: A control used to make like VS.net style.
Platform: | Size: 807936 | Author: Euler | Hits:

[Special EffectsTab2Shp

Description: 用vc编写的由tab/shp之间的转换,可以-Vc prepared by using tab/shp conversion between, you can
Platform: | Size: 3421184 | Author: yhyzhb | Hits:

[Windows DevelopMiTabCBuild

Description: 这是一个vc开的mif/tab之间的转换的一个软件工具-This is a vc open mif/tab conversion between a software tool
Platform: | Size: 1673216 | Author: yhyzhb | Hits:

[Button controlPWcDemo

Description:
Platform: | Size: 268288 | Author: lj | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »

CodeBus www.codebus.net